xen: allow architecture to choose how/whether to compress installed xen binary
authorIan Campbell <ian.campbell@citrix.com>
Thu, 18 Jul 2013 08:41:43 +0000 (09:41 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 19 Jul 2013 11:59:51 +0000 (12:59 +0100)
commit2f044a6a6e4cb0ea24c856c1615e3fb878af2cfb
treeeff1b5673ac9023be07b9dcab132aa255dc1fdb8
parent23e37f599e8bc220aca9abd097171ee17f5630ab
xen: allow architecture to choose how/whether to compress installed xen binary

This is a follow up to "xen: arm: make zImage the default target which we
install".

On ARM the xen.gz binary installed into /boot is not immediately useful because
bootloaders (e.g. u-boot) do not unconditionally support decompression (except
via the uImage wrapper, which we currently do not support via our build system)

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Keir Fraser <keir@xen.org>
Acked-by: Julien Grall <julien.grall@linaro.org>
Acked-by: Jan Beulich <jbeulich@suse.com>
config/arm32.mk
config/arm64.mk
config/x86_64.mk
xen/Makefile